.line-cp {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  min-width: 361px;
}

.cp_contents {
  text-align: center;
}

.footer, .eigyokikaku {
  text-align: center;
  padding: 1em;
}

hr {
  border: solid 0.5px #ffffff;
}

h1 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
  line-height: 4ex;
}

.add {
  text-align: center;
}

.caution {
  background-color: #fff;
  margin-top: 0%;
  padding: 10px 10%;
}

p.caution_chu {
  text-indent: -1em;
  /* 負の値を設定して飛び出すインデントを作成 */
  margin-left: 1em;
  /* 通常のテキストの左マージンを確保 */
}

p.caution_dai {
  text-indent: -2em;
  /* 負の値を設定して飛び出すインデントを作成 */
  margin-left: 2em;
  /* 通常のテキストの左マージンを確保 */
}

div.gaiyo {
  display: block;
  margin-top: 40px;
}

ul p.caution {
  font-size: 12px;
  text-indent: 8px;
}

img.btn_add {
  margin-top: -6%;
  padding-bottom: 25px;
}

img.cp_3 {
  width: 100%;
  margin-top: -80%;
  padding-bottom: 6%;
}

img.cp_4 {
  width: 100%;
}

nav {
  display: table;
  background: #fff;
  width: 100%;
  min-width: 361px;
}

nav.fixed {
  position: fixed;
  /*fixedで固定する*/
  right: 0;
  top: 0;
}

.wrapper {
  margin: 10px;
  max-width: 100%;
}

nav ul {
  justify-content: flex-end;
  display: flex;
  list-style: none;
}

.container {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
}

.left-list li, .right-list li {
  margin-bottom: 0;
}

img.btn {
  width: 80%;
  margin-top: -0%;
  padding-bottom: 3%;
}

p.red {
  font-size: 14px;
  font-weight: bold;
  color: #E03400;
}

img.btn_my {
  width: 80%;
  margin-top: 10px;
  text-align: center;
}

a.btn_my {
  border-radius: 100px;
  display: inline-block;
  width: 60%;
  padding: 15px;
  box-sizing: border-box;
  background: #009C84;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
}

a.btn_area {
  border-radius: 100px;
  display: inline-block;
  width: 820px;
  padding: 15px;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom:4em;
}

.area {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
margin-top: 20px;
}

h1.area {
  margin-left: 18%;
  margin-top: -0.25em;
  font-size: 40px;
  text-align: left;
}

h3.area {
  margin-top: -10px;
  margin-left: 18%;
  font-size: 20px;
  text-align: left;
  margin-bottom: -0.5em;
}

h4.area {
  margin-top: -5px;
  margin-left: 18%;
  font-size: 22px;
  text-align: center;
}

.add-area {
  margin-left: 18%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 1.5em;
}

.add-area2 {
  margin-right: 10px;
  text-align: right;
  font-size: 16px; /* 1000px未満の場合のデフォルトのフォントサイズ */
  margin-bottom: 0.5em;
  text-decoration: none;
}

@media (min-width: 1001px) {
  .add-area2 {
  margin-right: 18%;
  }
}

img.area {
  height: 26px;
}

img.sc {
  /*コレ*/
  border-top: 1px solid #c7c7c7;
  /*コレ*/
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  margin-bottom: -11px;
}

.btn_area {
	  background: #F76856;

            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.5s ease; /* ふわっと変わるトランジション */
        }

        .btn_area:hover {
            background-color: #2ecc71; /* ホバー時の色 */
}

content{
	text-align: left;
	margin-left: auto;
	margin-right: 0;
}